github.com/coder/websocket.header.maskKey (field)
7 uses
github.com/coder/websocket (current package)
frame.go#L47: maskKey uint32
frame.go#L98: h.maskKey = binary.LittleEndian.Uint32(readBuf)
frame.go#L165: binary.LittleEndian.PutUint32(buf, h.maskKey)
read.go#L312: mask(b, h.maskKey)
read.go#L431: mr.maskKey = h.maskKey
write.go#L289: c.writeHeader.maskKey = binary.LittleEndian.Uint32(c.writeHeaderBuf[:])
write.go#L336: maskKey := c.writeHeader.maskKey
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |